home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 25
/
Mac Magazin and MacEasy Magazine CD - Issue 25.iso
/
Grafik & Text
/
Alpha
/
Tcl
/
UserCode
/
otherMenu.tcl
< prev
next >
Wrap
Text File
|
1996-08-15
|
501b
|
18 lines
#===========================================================================
# Calling OtherMenu AEvent. Requires OtherMenu version 1.4 or later.
# -- Mark Nagata
proc OMEvent {filler fname} {
global HOME
regexp {[^:]+} $HOME disk
set path "$disk:System Folder:OtherMenu Folder:Externals:"
append path $fname
AEBuild -r 'ALFA' *Men *Men "----" [makeAlis $path]
}
bind 'm' <zs> {OMEvent -- "Memory Map"}
bind 'i' <zs> {OMEvent -- "Files:File InfoI"}
bind 'p' <zs> {OMEvent -- "Put AwayI"}